Add some missing deprecation guards.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 10 Jul 2006 15:48:00 +0000 (15:48 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 10 Jul 2006 15:48:00 +0000 (15:48 +0000)
2006-07-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk.symbols: Add some missing deprecation guards.

ChangeLog
ChangeLog.pre-2-10
gtk/gtk.symbols

index 39f3dc5a641ec4547af6f8c19f70206a0beb010a..896a27b8068d17c4c288069c1d7afa7cbe95b604 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-07-10  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtk.symbols: Add some missing deprecation guards.
+
        * gdk/directfb/gdkwindow-directfb.c: Don't confuse gtk-doc.
 
 2006-07-10  Richard Hult  <richard@imendio.com>
index 39f3dc5a641ec4547af6f8c19f70206a0beb010a..896a27b8068d17c4c288069c1d7afa7cbe95b604 100644 (file)
@@ -1,5 +1,7 @@
 2006-07-10  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtk.symbols: Add some missing deprecation guards.
+
        * gdk/directfb/gdkwindow-directfb.c: Don't confuse gtk-doc.
 
 2006-07-10  Richard Hult  <richard@imendio.com>
index 4de8b47346b8ed4b6ca303293ae42c01547dc0b1..b90c633275963564c5434598677dc300852b7b53 100644 (file)
@@ -2053,6 +2053,7 @@ gtk_link_button_set_uri_hook
 
 #if IN_HEADER(__GTK_LIST_H__)
 #if IN_FILE(__GTK_LIST_C__)
+#ifndef GTK_DISABLE_DEPRECATED
 gtk_list_append_items
 gtk_list_child_position
 gtk_list_clear_items
@@ -2081,9 +2082,11 @@ gtk_list_unselect_child
 gtk_list_unselect_item
 #endif
 #endif
+#endif
 
 #if IN_HEADER(__GTK_LIST_ITEM_H__)
 #if IN_FILE(__GTK_LIST_ITEM_C__)
+#ifndef GTK_DISABLE_DEPRECATED
 gtk_list_item_deselect
 gtk_list_item_get_type G_GNUC_CONST
 gtk_list_item_new
@@ -2091,6 +2094,7 @@ gtk_list_item_new_with_label
 gtk_list_item_select
 #endif
 #endif
+#endif
 
 #if IN_HEADER(__GTK_LIST_STORE_H__)
 #if IN_FILE(__GTK_LIST_STORE_C__)
@@ -2450,6 +2454,7 @@ gtk_path_bar_get_type G_GNUC_CONST
 
 #if IN_HEADER(__GTK_PIXMAP_H__)
 #if IN_FILE(__GTK_PIXMAP_C__)
+#ifndef GTK_DISABLE_DEPRECATED
 gtk_pixmap_get
 gtk_pixmap_get_type G_GNUC_CONST
 gtk_pixmap_new
@@ -2457,6 +2462,7 @@ gtk_pixmap_set
 gtk_pixmap_set_build_insensitive
 #endif
 #endif
+#endif
 
 #if IN_HEADER(__GTK_PLUG_H__)
 #if IN_FILE(__GTK_PLUG_C__)
@@ -2471,6 +2477,7 @@ gtk_plug_new_for_display
 
 #if IN_HEADER(__GTK_PREVIEW_H__)
 #if IN_FILE(__GTK_PREVIEW_C__)
+#ifndef GTK_DISABLE_DEPRECATED
 gtk_preview_draw_row
 gtk_preview_get_cmap
 gtk_preview_get_info
@@ -2489,6 +2496,7 @@ gtk_preview_size
 gtk_preview_uninit
 #endif
 #endif
+#endif
 
 #if IN_HEADER(__GTK_PAGE_SETUP_H__)
 #if IN_FILE(__GTK_PAGE_SETUP_C__)